Welcome![Sign In][Sign Up]
Location:
Search - FFT 128 points

Search list

[Other resourcef2812.fft.asm

Description: 利用汇编语言和TMS320F2812芯片实现FFT的算法,该算法对128点和256点很有效,使用过程中要考虑信号值不能太小-use of assembly language and TMS320F2812 chip FFT algorithm for 128 points and 256 points very effective, the process used to be considered too small signal value can not
Platform: | Size: 1099 | Author: 王乾坤 | Hits:

[Other resource128点DIT FFT

Description: 128点DIT FFT,能实现128点的快速傅里叶变换,对在校的大学生学习,试验很有帮助!-DIT FFT 128 points, 128 points to achieve the fast Fourier transform, to the college students study, test helpful!
Platform: | Size: 1059 | Author: 王京 | Hits:

[Algorithm128点DIT FFT

Description: 128点DIT FFT,能实现128点的快速傅里叶变换,对在校的大学生学习,试验很有帮助!-DIT FFT 128 points, 128 points to achieve the fast Fourier transform, to the college students study, test helpful!
Platform: | Size: 1024 | Author: 王京 | Hits:

[DSP programf2812.fft.asm

Description: 利用汇编语言和TMS320F2812芯片实现FFT的算法,该算法对128点和256点很有效,使用过程中要考虑信号值不能太小-use of assembly language and TMS320F2812 chip FFT algorithm for 128 points and 256 points very effective, the process used to be considered too small signal value can not
Platform: | Size: 1024 | Author: 王乾坤 | Hits:

[DSP programfft128c

Description: DSP2812下,C调汇编的128点FFT程序,算法为TI提供,定点,测量信号频率和幅度较好,速度比C快三倍左右.-DSP2812 under, C tune compiled 128 points FFT procedures, algorithms for TI to provide, point, measure the signal frequency and amplitude is better, faster than C for about three times faster.
Platform: | Size: 17408 | Author: sss | Hits:

[Otheraa

Description: FFT快速傅立叶变换最大128点,供学习参考 -FFT Fast Fourier Transform 128 points maximum for learning reference
Platform: | Size: 1024 | Author: | Hits:

[source in ebookFFT

Description: 用c实现FFT算法,通过修改该程序可实现32点,64点,128点的FFT运算-With c realize FFT algorithm, by modifying the program to achieve 32 points, 64 points, 128 points FFT computation
Platform: | Size: 14336 | Author: xiuxiu | Hits:

[DSP programFFT_fixedPoint_console

Description: 定点复数FFT算法 C语言实现 支持点数为128,256,512,1024,2048可配置 同时附带文档-Fixed-point complex FFT algorithm for C language support 128,256,512,1024,2048 points can be configured at the same time as the document attached
Platform: | Size: 66560 | Author: raoxuefeng | Hits:

[DSP programFFT_good

Description: 基于时间抽取(DIT)的128点FFT程序,运行于MATLAB6.5中。-128 points FFT program,based on DIT ,run in MATLAB 6.5 ,It s very shot , good for new learner .
Platform: | Size: 1024 | Author: 余虎 | Hits:

[Algorithmfft

Description: FFT算法实现 Radix2 可以计算 4,8,16,32, 64,128, 256....点FFT Radix4 可以计算 4,16, 64, 256, 1024...点FFT FFT_DIT_general.c 实现了 Radix2 和Radix4 的配合使用,可以计算Radix2可以计算的所有FFT,但效率比Radix2高。-FFT can be calculated Radix2 algorithm 4,8,16,32, 64,128, 256 .... can calculate the FFT Radix4 points 4,16, 64, 256, 1024-point FFT FFT_DIT_general.c ... Radix2 and Radix4 achieved with the use of Radix2 can calculate can calculate all the FFT, but Radix2 high efficiency.
Platform: | Size: 2048 | Author: liuxiaoxiao | Hits:

[Otherfft

Description: FFT,128,256,512,1024点均可以-FFT, 128,256,512,1024 points can be
Platform: | Size: 931840 | Author: laozhiguai | Hits:

[SCMFFT

Description: 电子设计大赛中430写的FFT变换程序,总共128个点,如果需要更多的点可自己设定-Electronic Design Competition FFT transformation process 430 to write a total of 128 points, if you need more points to set their own
Platform: | Size: 78848 | Author: 陈俊涵 | Hits:

[DSP program128points_forFFT

Description: CCS中利用FFT库函数实现128点的FFT-CCS library function using FFT FFT of 128 points
Platform: | Size: 2048 | Author: 李岩 | Hits:

[VHDL-FPGA-Verilogtt

Description: FFT MegaCore v9.0 128点傅里叶变换模块-FFT MegaCore v9.0 128 points Fourier transform module
Platform: | Size: 12000256 | Author: Frank | Hits:

[SCMmain

Description: F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件,特别注意的FFT算法缓冲去一定要存放在0X8000H中的内部缓冲区中!!!切记,本人调试时就走了很多弯路啊-F2812 standard FFT algorithm, 128 points, 256 points, 512 points, 1024 points FFT algorithm, and the specific practices for the library contains several FFT. LIB to join goal project, to join the corresponding C contains several and head files, pay special attention to must buffer FFT algorithm in 0 X8000H of internal buffer!!!!!!! Remember, I go a lot when debugging detour ah
Platform: | Size: 2048 | Author: 丁冠龙 | Hits:

[VHDL-FPGA-Verilogfrequency_measuement

Description: 通过基4-fft算法测128点频率模块,其中包含所有需要的vhd文件,但是由于最多100M内容,因而需要用到的ipcore需自己添加。-128 points frequency measurement through based4-fft method,the folder involves all .vhl file,but it don t involves the ipcore due to the100M limit.
Platform: | Size: 5120 | Author: zhao | Hits:

[source in ebookFFT

Description: 利用DSP的高速处理速度,TI官方傅立叶变换库函数,最基本的点数可以用。例如 36,64,128-The use of high-speed DSP processing speed, TI official Fourier transform library functions and basic points can be used. For example 36,64,128
Platform: | Size: 132096 | Author: HankWen | Hits:

[Data structs128FFT_C

Description: 基本C++的128点的FFT计算,为了方便移植,添加了大量注释。-FFT calculation of the basic C++ 128 points.
Platform: | Size: 189440 | Author: liangdong | Hits:

[DSP programC-implementation-of-FFT

Description: 纯C实现的FFT,与matlab计算结果完全一样。点数必须为8,16,32,64,128,256- C implementation of FFT, and matlab calculation results are exactly the same. 8,16,32,64,128,256 points must be...
Platform: | Size: 24576 | Author: 王斌 | Hits:

[Embeded-SCM Developpipelined_fft_64_128_256

Description: 用verilog实现64点,128点,256点的fft(64 points, 128 points, and 256 points FFT are implemented with Verilog)
Platform: | Size: 560128 | Author: zhanghao1139 | Hits:
« 12 »

CodeBus www.codebus.net